﻿@charset "utf-8";
/*电话字体*/
@font-face {
    font-family: "telfont";
    src: url("../fonts/DIN-BOLD.OTF");
}

/*首页英文标题*/
@font-face {
    font-family: "titleFont";
    src: url("../fonts/msyhl.ttf");
}

/*推荐产品*/
@font-face {
    font-family: "recomFont";
    src: url("../fonts/CATANLTN.TTF");
}

/*咨询中心的日期*/
/*推荐产品*/
@font-face {
    font-family: "dateFont";
    src: url("../fonts/DIN REGULAR_0.OTF");
}

/*优势标题*/
@font-face {
    font-family: "AdFont";
    src: url("../fonts/light.ttf");
}

/*新闻日期字体*/
@font-face {
    font-family: "newsDateFont";
    src: url("../fonts/PARALLAX.ttf");
}
/*产品详情字体*/
@font-face {
    font-family: "showproduct";
    src: url("../fonts/impact.ttf");
}

body {
    color: #333;
    font-size: 14px;
}

a, a:focus {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

a:hover {
    color: rgb(21, 70, 194)
}

.container {
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.flexs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.sss_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.s_flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.ss_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none!important;
    content: " ";
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0!important;
    padding-left: 0!important;
}
/***** Loader *****/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
}

.loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(../images/loading.gif) center center no-repeat;
}

/* 顶部 */
.header {
    width: 100%;
    height: 80px;
    background: #fff;
    background-position-x: 42%;
    animation: header 1s;
    -webkit-animation: header 1s;
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: .8;
}

.header-right {
    width: 90%;
    max-width: 1020px;
}

@-webkit-keyframes header {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes header {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*Logo*/
.WebLogo {
    max-width: 220px;
    background: #fff;
    /*height:80px;*/
    width: 15%;
    overflow:hidden;
}

.WebLogo a {
    display: block;
}

.WebLogo a img {
    display: block;
    max-height: 100%;
    width:100%;
    margin-top: 15px;
}

/*顶部*/
#top_main {
    height: 65px;
    color: #fff;
    width:97%;
}
#top_main .float-l{
    width:175px;
    margin-top:10px;
}

#top_main .header-tel {
    margin: 10px 10px 0 0;
}

#top_main .header-tel img {
    display: inline-block;
    vertical-align: middle;
    width:40px;
    margin-right:10px;
}

#top_main .header-tel-right {
    display: inline-block;
    vertical-align: middle;
}

#top_main .header-tel-right span {
    display: block;
    font-size: 12px;
}

#top_main .header-tel-right p {
    font-size:18px;
    font-family: telfont;
}

/*导航*/
/*#navigation{*/
/*    margin-top:5px;*/
/*}*/
#navigation ul.navigationlist li {
    float: left;
    text-align: center;
    max-width: 120px;
    position: relative;
    width: 15%;
}

.navLI:nth-child(1){
	margin-left: 140px;
}

#navigation ul.navigationlist li a {
    color: #333;
    font-size: 15px;
    display: block;
    width:100%;
    height:80px;
    line-height: 80px;
    margin:0 auto;
    position: relative;
}

.current span{
	width: 20px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

#navigation ul.navigationlist li a.current,
#navigation ul.navigationlist li:hover > a{
    background: rgb(21, 70, 194);
    color: #fff!important;
}

#navigation ul.navigationlist li:hover > a span{
	width: 20px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

/*导航栏下拉*/
#navigation ul.subnavigationlist {
    display: none;
    position: absolute;
    left: 0;
    top:75px;
    z-index: 100;
    width: 100%;
    padding-bottom: 2px;
}

#navigation ul.subnavigationlist li {
    line-height: 50px;
    display: inline;
    width: 100%;
    height:40px;
}

#navigation ul.subnavigationlist li a {
    display: block;
    position: relative;
    background: rgb(21, 70, 194);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    width: 100%;
    line-height: 36px;
}

/*#navigation ul.subnavigationlist li a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
}*/

#navigation ul.subnavigationlist li a:hover {
    background: rgb(110, 108, 226);
}

/*主页*/
/*Js幻灯片样式*/
.bannerlist li img {
    display: block;
    width: 100%;
}

#banner_main .swiper-container {
    padding-bottom: 0;
    /*height:730px;*/
}

.swiper-pagination-bullet-active {
    background: rgb(21, 70, 194);
}

#banner_main {
    position: relative;
}

#banner_main .hd {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    line-height: 0;
}

#banner_main .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f7f8f9;
    margin-right: 15px;
    overflow: hidden;
    opacity: .4;
    font-size: 0;
}

#banner_main .hd ul li.on {
    background: rgb(21, 70, 194);
    opacity: 1;
}

/*间隔图*/
.index-interval {
    height: 160px;
	background: url(../images/index_cvr_bg.png) no-repeat;
 	background-size: 100% 100%;
}

.index-interval ul{
	height: 160px;
}

.index-interval_li{
	height: 86px;
    width: 220px;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 10px 0 20px;
	box-sizing: border-box;
	cursor:pointer
}

.index-interval_li:hover{
	box-shadow: 10px 10px 5px #ababab;
}

.index-interval_li h3{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.index-interval-img{
	height: 38px;
    width: 42px;
    margin-right: 20px;
}

.index-interval.an {
    background-position-x: 42% !important;
    background-position-y: -15px!important;
}

.index-interval .container {
    position: relative;
    overflow: initial;
}

.index-interval .interval-icon {
    position: absolute;
    right: 0;
    top: -150px;
    animation: myfirst 3s ease-in-out infinite;
    -webkit-animation: myfirst 3s ease-in-out infinite;
    -moz-animation: myfirst 3s ease-in-out infinite;
    -o-animation: myfirst 3s ease-in-out infinite;
}

@keyframes myfirst {
    0% {
        top: -160px;
    }
    50% {
        top: -140px;
    }
    100% {
        top: -160px;
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {
        top: -305px;
    }
    50% {
        top: -315px;
    }
    100% {
        top: -325px;
    }
}

/*标题*/
.index-title {
    text-align: center;
    color: #333;
    padding-top: 15px;
}

.index-title img {
    font-size: 0;
}

.index-title span {
    margin-top: 60px;
    display: block;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: titleFont;
}

.index-title p {
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 150%;
}

.index-title span i{
	color: rgb(21, 70, 194);
}

/*产品中心*/
.index-product {
    padding-bottom: 115px;
}

.product-content {
    margin-top: 30px;
}

.product-content .hd {
    
}

.product-content .hd .row {
    margin: 0;
}

.product-content .hd li {
    height: 45px;
    line-height: 30px;
    color: #333;
    margin: 3px 0;
    text-align: center;
    cursor:pointer;
}

.product-content .hd li .product-name {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.product-content .hd .product-name:before {
    position: absolute;
    top: 0;
    left: -60px;
    line-height: 60px;
}

.product-content .hd .product-name span,
.product-content .hd .product-name p {
    display: block;
    text-align: left;
    line-height: 1;
    margin-top: 5px;
    font-size: 16px;
    cursor:pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.product-content .hd .product-name p {
    font-size: 12px;
    text-transform: uppercase;
}

.product-content .hd li.on,
.product-content .hd li:hover {
    color: #157BC2;
    cursor:pointer;
}

.product-content .hd li.on span,
.product-content .hd li:hover span{
	padding-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #157BC2;
	cursor:pointer;
}

.c_index_pd{
	margin-top: 25px;
}

.c_index_pd li{
	height: 320px!important;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	cursor:pointer;
}

.c_index_pd li img{
	width: 100%;
	max-height: 465px;
}

.Gtitle{
	width: 100%;
	height: 100%;
	background: #333;
	opacity: .8;
	color: #fff;
	position: absolute;
	top: -400px;
	transition: all 1s;
}

.Gtitle span{
	margin: 0 auto;
}

.c_index_pd li:hover .Gtitle{
	top: 0;
	color: #fff;
}

.Gtitle div{
	font-size: 18px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}

.Gtitle p{
	width: 100%;
	text-align: center;
	padding: 0 10%;
	box-sizing: border-box;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*产品展示的联系电话*/
.product-contact {
    text-align: center;
    color: rgb(21, 70, 194);
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.product-contact span {
    display: block;
    font-size: 21px;
    font-weight: bold;
}

.product-contact p {
    font-size: 27px;
    margin: 0 0 15px;
    font-family: telfont;
}

.product-contact a {
    display: inline-block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    background: rgb(21, 70, 194);
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}

/*产品*/


.product-content .bd li {
    display: inline-block;
    max-width: 315px;
    width: 32.5%;
    height: 445px;
    vertical-align: top;
    margin: 0 0 7px 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.product-content .bd li.bdList2,
.product-content .bd li.bdList4,
.product-content .bd li.bdList6 {
    height: 525px;
}

.product-content .bd li .bd-img-box {
	height: 430px;
    overflow: hidden;
}

.product-content .bd li .bd-img-box img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-content .bd li .product-text {
    background: url("../images/proText.png");
    height: 150px;
}

.product-content .bd li .product-text i {
    display: inline-block;
    padding: 0 5px 5px;
    color: #021a36;
    border-bottom: 1px solid #98a2ad;
    font-size: 22px;
    margin: 10px 0;
    font-family: newsDateFont;
}

.product-content .bd li .product-text span {
    display: block;
    color: #333;
    font-size: 16px;
}

.product-content .bd li .product-text p {
    display: inline-block;
    width: 235px;
    font-size: 12px;
    color: #666;
    margin: 10px auto;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
}

.product-content .bd li.bdList1 .bd-img-box,
.product-content .bd li.bdList3 .bd-img-box,
.product-content .bd li.bdList5 .bd-img-box {
    height: 300px;
}

.product-content .bd li.bdList2 .bd-img-box,
.product-content .bd li.bdList4 .bd-img-box,
.product-content .bd li.bdList6 .bd-img-box {
    height: 385px;
}

.product-content .bd li.bdList4,
.product-content .bd li.bdList6 {
    margin-top: -80px;
}

.product-content .bd li .proFixed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    padding: 165px 0 100px;
    opacity: 0;
}

.product-content .bd li .proFixed img {
    display: inline-block;
    width: auto;
    height: auto;
}

.product-content .bd li .proFixed span {
    font-size: 15px;
    display: block;
    margin: 20px 0 60px;
}

.product-content .bd li .proFixed p {
    display: inline-block;
    font-size: 12px;
    width: 95px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.product-content .bd li .proFixed p:hover,
.product .float-r li .proFixed p:hover {
    color: rgb(21, 70, 194);
    border-color: rgb(21, 70, 194);
}

.product-content .bd li:hover .bd-img-box {
    height: 100% !important;
}

.product-content .bd li:hover .propic {
    transform: scale(1.6);
}

.product-content .bd li:hover .product-text {
    display: none;
}

.product-content .bd li:hover .proFixed {
    opacity: 1;
}

/*优势*/
.index-advantage {
    width: 100%;
    background: url("../images/advantage.jpg") no-repeat;
    padding-bottom: 40px;
}

.index-advantage .index-title {
    color: #fff;
}

.index-advantage .advantage-content li {
    display: inline-block;

    vertical-align: top;
    margin: 55px 40px;
}

/*推荐产品*/
.product-recommend {
    background: url("../images/recom_bg.png");
}

.product-recommend .recommend-top {
    color: rgb(21, 70, 194);
    padding-top:50px;
}

.product-recommend .recommend-top span {
    font-size: 20px;
    text-transform: uppercase;
    font-family: recomFont;
}

.product-recommend .recommend-top p {
    font-size: 26px;
    margin-top: 5px;
}

.product-recommend .index-title {
    margin-top:10px;
}

.product-recommend .recommend-bottom {
    margin-top: 30px;
    color: rgb(21, 70, 194);
}

.product-recommend .recommend-bottom i {
    font-size: 16px;
}

.product-recommend .recommend-bottom span {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    line-height: 40px;
    border: 1px solid rgb(21, 70, 194);
    margin: 20px 40px;
    font-size: 18px;
}

.recommend-content {
    width: 90%;
    margin:25px auto 0;
    padding-bottom: 40px;
}

.swiper-container {
    padding-bottom: 10px;
}

.recommend-content li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.recommend-content li .img-box {
    height: 405px;
    overflow: hidden;
}

.recommend-content li img {
    width: 100%;
    height: 100%;
    display: block;
}

.recommend-content li .recommend-text {
    width: 100%;
    height: 100px;
    background: #fff;
    color: #333;
    box-shadow: 0 0 5px #ccc;
    padding: 0 18px;
}

.recommend-content li .recommend-text span {
    font-size: 20px;
    display: block;
    padding: 15px 0;
}

.recommend-content li .recommend-text p {
    font-size: 17px;
}

.recommend-content li:hover .recommend-text {
    color: #fff;
    background: rgb(21, 70, 194);
}

/*咨询中心*/
.index-information {
    padding:30px 0;
}

.information-content {
    margin-top: 40px;
}

.information-left {
    display: inline-block;
    vertical-align: bottom;
}

.information-right {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 8px;
}

.information-right .inlist {
    display: inline-block;
    position: relative;
    height: 430px;
    width: 240px;
    vertical-align: bottom;
    border: 3px solid rgb(21, 70, 194);
    padding: 45px 15px 0;
    margin-left: 15px;
}

.information-right .inlist .inlist-name {
    position: absolute;
    top: -25px;
    left: 25px;
    display: inline-block;
    line-height: 40px;
    width: 110px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid rgb(21, 70, 194);
    background: #fff;
    color: rgb(21, 70, 194);
}

.information-right .inlist .more {
    display: block;
    width: 115px;
    line-height: 30px;
    margin: 30px auto;
    background: rgb(21, 70, 194);
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 25px;
}

.information-right .inlist li {
    padding: 10px 0;
    border-bottom: 1px solid #333;
    margin-top: 10px;
}

.information-right .inlist li:hover a {
    color: rgb(21, 70, 194);
}

.information-right .inlist li,
.information-right .inlist li span {
    font-size: 16px;
    text-align: left;
}

.information-right .inlist li span {
    font-family: dateFont;
}

.information-right .inlist li p {
    font-size: 14px;
    width: 100%;
}

/*简介*/
.index-company-profile {
    padding-bottom: 160px;
}

.index-company-profile .profile-top {
    color: rgb(21, 70, 194);
    text-align: center;
    margin-top: 5px;
}

.index-company-profile .profile-top i {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: recomFont;
}

.index-company-profile .profile-top span {
    display: block;
    font-size: 20px;
    margin: 5px 0 10px;
}

.index-company-profile .profile-top p {
    font-size: 14px;
}

.index-company-profile .profile-top img {
    display: block;
    margin: 30px auto 50px;
}

.index-company-profile .profile-video,
.index-company-profile .profile-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.index-company-profile .profile-video {
    background: #000;
}

.index-company-profile .profile-video .video-fxied {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/play.png") no-repeat center rgba(0, 0, 0, .3);
}

.video-js .vjs-big-play-button {
    display: none;
}

.index-company-profile .profile-text {
    width: 465px;
    text-align: center;
    margin-left: 60px;
    color: #001228;
    margin-top: -20px;
}

.index-company-profile .profile-text img {
    display: block;
    margin: 0 auto;
}

.index-company-profile .profile-text span {
    display: block;
    font-size: 22px;
    margin-top: 35px;
}

.index-company-profile .profile-text p {
    margin: 20px 0 53px;
    font-size: 14px;
    line-height: 2;
}

.index-company-profile .profile-text a {
    display: inline-block;
    width: 110px;
    line-height: 30px;
    border: 1px solid #001228;
    font-size: 14px;
}

.index-company-profile .profile-text a:hover {
    border: 1px solid rgb(21, 70, 194);
    color: rgb(21, 70, 194)
}

/*合作共赢*/
.index-win {
    padding-top: 40px;
    background: url("../images/cooperation.jpg") no-repeat center #f1f1f1;
}

.index-win .win-content {
    margin-top: 64px;
}

.index-win .win-text,
.index-win .win-icon {
    display: inline-block;
    vertical-align: top;
}

.index-win .win-text span {
    display: block;
    margin-top: 25px;
    font-size: 20px;
    color: rgb(21, 70, 194);
}

.index-win .win-text i {
    display: block;
    font-size: 10px;
}

.index-win .win-text .line {
    display: inline-block;
    width: 185px;
    height: 1px;
    background: #333;
    margin: 10px 0;
}

.index-win .win-text p {
    font-size: 15px;
    line-height: 2;
}

.index-win .win-icon {
    width: 485px;
    margin-left: 198px;
}

.index-win .win-icon img {
    height: auto !important;
}

/*友情链接*/
.index-link {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 40px;
}

.index-link ul {
    width: 1040px;
    margin: 0 auto;
}

.index-link li {
    float: left;
    vertical-align: top;
    margin: 10px 0;
    width: 130px;
    line-height: 40px;
    height: 40px;
    padding: 0 3px;
}

.index-link li a {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
}

.index-link li img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

/*footer*/
.footer {
    padding-top: 45px;
    background: #222222;
    color: #fff;
}

.footer.hideoffer {
    margin-bottom: 0;
}

.footer-left {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 15px;
}

.footer .footer-leftBottom {
    margin-top: 20px;
}

.footer .footer-code {
    display: inline-block;
    text-align: center;
    width: 143px;
}

.footer .footer-code img {
    width: 100% !important;
    height: 143px !important;
}

.footer .footer-code p {
    font-size: 14px;
    margin-top: 10px;
}

.footer .footer-contact {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    font-size: 14px;
    width: 325px;
}

.footer .footer-contact p {
    margin-bottom: 18px;
}

.footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
}

.footer-nav .footerTitle {
    position: relative;
    margin-bottom: 10%;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px 13px 0;
}

.footer-nav .footerTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 1px;
    background: #fff;
}

.footer-nav a {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.footer-nav a:hover {
    color: #c58f56;
}

.footer-copyright {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    background: #0a0a0a;
}

/*报价*/
.offer-fxied {
    background: rgb(21, 70, 194);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.offer-fxied .container {
    position: relative;
    height: 130px;
    line-height: 130px;
    color: #fff;
}

.offer-fxied .offerhouse {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
}

.offer-fxied .offer-input {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: 250px;
}

.offer-fxied .offer-input span {
    font-size: 30px;
    font-weight: bolder;
}

.offer-fxied .offer-input form {
    display: inline;
    margin-left: 10px;
}

.offer-fxied .offer-input input {
    width: 174px;
    height: 60px;
    font-size: 18px;
    padding-left: 20px;
    background: #fff;
    border-radius: 10px;
    vertical-align: middle;
    color: #666;
    line-height: 60px;
}

#inputPhone {
    width: 206px;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#offer {
    display: inline-block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #c58f56;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
}

#offerclose {
    position: absolute;
    top: 10px;
    right: 0;
}

#offer a:hover {
    color: #c58f56;
}

/*内页*/

/*导航*/
.location {
    height: 70px;
    line-height: 68px;
    font-size: 15px;
    background: #F7F7F7;
}

.location .container {
    width: 100%;
}

.location img {
    height: 14px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
}

/*结构优势*/
.structureAd {
    padding: 120px 0;
    color: #666;
}

.structureAd .structure-brief {
    font-size: 20px;
    line-height: 33px;

}

.structureAd .structure-list {
    padding-top: 135px;
}

.structureAd .structure-list .list-title,
.structureAd .structure-bottom span {
    font-size: 24px;
    font-weight: bold;
}

.structureAd .structure-list .list-text {
    width: 500px;
    float: left;
    height: 440px;
    padding-top: 50px;
}

.structureAd .structure-list .container > img {
    float: right;
    width: 650px;
    height: 440px;
}

.structureAd .structure-list p {
    font-size: 20px;
    line-height: 2;
    margin-top: 30px;
}

.structureAd .structure-list .list-content {
    padding: 50px 0;
}

.structureAd .structure-list .list-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.structureAd .structure-list.list2 {
    background: #f5f5f5;
}

.structureAd .structure-list.list2 .list-text {
    float: right;
}

.structureAd .structure-list.list2 .container > img {
    float: left;
}

.structureAd .structure-list.list2 .list-content {
    background: #fff;
    margin-top: 150px;
}

.structureAd .structure-bottom {
    margin-top: 30px;
}

.structureAd .structure-bottom div {
    font-size: 20px;
    line-height: 2;
    color: #666;
    margin: 22px 0;
}



/*居右*/
.productAd .productAd-list.right {
    background: #f5f5f5;
}

.productAd .productAd-list.right .list-title img {
    margin: 0 0 0 30px;
}

.productAd .productAd-list.right .list-text {
    float: right;
    text-align: right;
}

.productAd .productAd-list.right .container > img {
    float: left;
}

/*隔音降噪、30天完工*/
.productAd-list#productAd2 .list-text .more {
    margin: 25px 0;
}

.productAd-list#productAd2 .list-bottom span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
    font-size: 14px;
    margin: 15px 25px 0
}

.productAd-list#productAd2 .list-bottom span:first-child {
    padding-top: 30px;
}

.productAd-list#productAd2 .list-bottom span i {
    display: block;
    font-size: 12px;
}

.productAd-list#productAd4 .list-text .more {
    margin: 30px 0 50px;
}

.productAd-list#productAd4 .list-content span {
    color: rgb(21, 70, 194);
}

/*居中*/
.productAd-list.text-c .list-text {
    float: none;
    width: 100%;
}

.productAd-list.text-c .container > img {
    float: none;
    display: block;
    margin: 25px auto 15px;
}

.productAd-list.text-c .list-title img {
    display: block;
    margin: 0 auto 10px;
}

.productAd-list.text-c .list-content {
    margin-top: 15px;
}

.productAd-list#productAd7,
.productAd-list#productAd9 {
    background: #f5f5f5;
}

.productAd-list#productAd8 {
    background: #fff;
}

/*内部导航*/
.ChannelPicture {
    position: relative;
}

.ChannelPicture .container {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -600px;
    text-align: center;
}

.sub-nav {
    display: inline-block;
    padding: 0 25px;
    border-radius: 30px;
    background: #fff;
}

.sub-nav li {
    display: inline-block;
    height: 60px;
    line-height: 58px;
    font-size: 14px;
    padding: 0 20px
}

.sub-nav li#hot a {
    color: rgb(21, 70, 194);
}

/*关于我们*/
.about .about-list {
    padding: 55px 0 70px;
}

.about .about-title {
    color: #666;
}

.about .about-title span {
    font-size: 22px;
    text-transform: uppercase;
}

.about .about-title p {
    font-size: 28px;
}

.about-us .brief {
    font-size: 24px;
    color: rgb(21, 70, 194);
    margin-top: 45px;
}

.about-us .company-profile {
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    margin-top: 50px;
}

.about-us .about-us-content {
    margin-top: 45px;
}

.about-us .about-us-content .about-us-text {
    display: inline-block;
    width: 585px;
    vertical-align: top;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    margin-left: 40px;
}

/*企业文化*/
.culture {
    background: #ececec;
}

.culture .brief {
    font-size: 24px;
    margin-top: 25px;
}

.culture .culture-content {
    margin-top: 40px;
}

.culture .culture-content li {
    display: block;
    width: 240px;
    height: 320px;
    color: #666;
    text-align: center;
    padding: 0 15px;
}

.culture .culture-content img {
    height: 320px;
    width: 480px;
}

.culture .culture-content li i {
    font-size: 80px;
    font-family: telfont;
    display: block;
}

.culture .culture-content li span {
    font-size: 16px;
}

.culture .culture-content li p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.culture-list1,
.culture-list4 {
    background: #f3f3f3;
}

.culture-list2,
.culture-list5 {
    background: #f8f8f8;
}

.culture-list3,
.culture-list6 {
    background: #fff;
}

/*团队风采*/
.team {
    color: #666;
    border: solid #ececec;
    border-width: 60px 0 25px;
}

.team .team-top .sub-info-text {
    width: 400px;
    margin: 0 auto;
    background: #fff;
}

.team .sub-info-text {
    width: 400px;
    text-align: center;
    padding: 45px 65px;
}

.team .sub-info-text img {
    display: block;
    margin: 0 auto;
}

.team .sub-info-text span {
    font-size: 20px;
    line-height: 30px;
    font-family: AdFont;
    margin-top: 30px;
    display: block;
}

.team .sub-info-text i {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    font-family: AdFont;
}

.team .sub-info-text p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 35px;
}

.team .team-bottom .team-text {
    width: 400px;
    padding-top: 90px;
}

.team .team-bottom .team-text i {
    font-size: 22px;
    text-transform: uppercase;
}

.team .team-bottom .team-text span {
    font-size: 28px;
    display: block;
    margin-top: 5px;
}

.team .team-bottom .team-text p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 70px;
}

.team .team-bottom > img {
    width: 400px;
}

/*荣誉*/
.honor {
    background: #fff;
}

.honor .honor-text {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.honor .honor-content {
    margin-top: 65px;
}

.honor .honor-content li {
    width: 30%;
    height: 365px;
    text-align: center;
    background: #bfbfbf;
    line-height: 365px;
}

.honor .honor-content li img {
    max-width: 95%;
}

/*资讯中心*/
.article li {
    padding: 45px 0;
    border-bottom: 1px solid #ccc;
}

.article {
    background: url("../images/article_bg.png");
}

.article li .date,
.article li .line,
.article li .article-content {
    display: inline-block;
    vertical-align: top;
}

.article li .date span {
    display: block;
    font-size: 30px;
    font-family: newsDateFont;
}

.article li .date i {
    display: block;
    width: 45px;
    height: 30px;
    background: url("../images/new_icon.png") no-repeat center;
    margin-top: 10px;
}

.article li .line {
    width: 30px;
    height: 1px;
    background: #333;
    margin: 15px 0 0 75px;

}

.article li .article-content {
    width: 555px;
    margin-left: 25px;
}

.article li .article-content span {
    font-size: 20px;
    line-height: 25px;
    display: block;
    width: 100%;
}

.article li .article-content p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    color: #666;
    text-align: justify;
}

.article li img {
    width: 195px;
    height: 143px;
}

.article li:hover a {
    color: rgb(21, 70, 194);
}

.article li:hover .date span {
    color: #333;
}

.article li:hover .date i {
    background: url("../images/new_hover.png") no-repeat center;
}

.article li:hover .line {
    width: 85px;
    transition: 1s all;
}

/*分页*/
.page .pageinfo,
.page .pagefirst,
.page .pageend {
    display: none;
}

.page {
    cursor: default;
    font-size: 14px;
    font-family: Tahoma, Verdana;
    padding: 10px;
    text-align: center;
    margin: 30px 0 0;
}

.page span, .page a {
    margin: 0 3px;
    padding: 3px 8px;
    color: #666;
    font-size: 15px;
}

.page a:hover {
    color: rgb(21, 70, 194);
    background: #fff;
}

.page .current {
    background: rgb(21, 70, 194);
    color: #fff;
}

/*资讯详情内页*/
.showarticle {
    padding-top: 50px;
}

.showarticle .showarticle-title {
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}

.showarticle .showarticle-title span {
    display: block;
    font-size: 28px;
}

.showarticle .showarticle-title i {
    font-size: 16px;
    margin-top: 30px;
    display: block;
}

.showarticle .showarticle-content {
    padding: 20px 0 60px;
    border-bottom: 1px dashed #ccc;
}

.showarticle .showarticle-content,
.showarticle .showarticle-content p,
.showarticle .showarticle-content div {
    font-size: 14px !important;
    line-height: 30px !important;
    text-align: justify;
}

.showarticle .showarticle-content img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.newContent {
    margin: 30px 0;
}

.newContent p {
    margin: 15px 0;
}

.newContent p,
.newContent p a {
    color: #666;
    font-size: 14px;
}

.newContent p a:hover {
    color: rgb(21, 70, 194);
}

/*联系我们*/
.contact-picture-text {
    color: #fff;
}

.contact-picture-text span {
    font-size: 28px;
    display: block;
}

.contact-picture-text p {
    display: inline-block;
    font-size: 36px;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
}

/*服务热线*/
.contact-hotline {
    padding: 65px 0;
}

.contact-hotline > span {
    display: block;
    font-size: 26px;
    color: rgb(21, 70, 194);
}

.contact-hotline ul {
    margin-top: 40px;
}

.contact-hotline li {
    height: 110px;
    line-height: 140px;
}

.contact-hotline li.list1,
.contact-hotline li.list5 {
    background: #eaeaea;
}

.contact-hotline li.list2,
.contact-hotline li.list6 {
    background: #f1f1f1;
}

.contact-hotline li.list3,
.contact-hotline li.list4 {
    background: #f8f8f8;
}

.contact-hotline li .hotline-content {
    display: inline-block;
    line-height: 1.8;
}

.contact-hotline li .hotline-content span {
    font-size: 20px;
}

.contact-hotline li .hotline-content p {
    font-size: 14px;
}

/*联系方式*/
.contactList {
    height: auto;
    overflow: hidden;
    padding:50px 0;
    margin-left: -17px;
}

.contactList li {
    float: left;
    width: 388px;
    height: 424px;
    position: relative;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    color: #777;
    margin:0 0 30px 17px;
    background: #f7f7f7;
}

.contactList li div {
    color: #777;
}

.contactList li h3 {
    color: #444;
    font-size: 22px;
    padding: 26px 0 16px;
}

.contactList li span {
    font-size: 18px;
    font-family: Tahoma;
}

.contactImg {
    width: 100%;
    height: 222px;
    overflow: hidden;
    margin-bottom: 15px;
}

.contactImg img {
    width: 100%;
    height: 100%;
}

.contactImg img:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contactBg {
    position: absolute;
    left: 0;
    bottom: -16px;
    z-index: 5;
    width: 100%;
    height: 16px;
    background: url(../images/contact/servicebg.jpg) no-repeat 0 0;
}

.bgcolor {
    background-color: #f7f7f7;
    padding-bottom: 115px;
}

/*地图*/
.contact-map {
    position: relative;
}

#dituContent {
    width: 100%;
    height: 600px;
    margin-top: 20px;
}

.contact-map .information {
    width: 455px;
    height: 420px;
    background: rgba(104, 12, 1, .8);
    color: #fff;
    padding: 20px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: -600px;
}

.contact-map .contact-content {
    border: 1px solid #fff;
    height: 100%;
    padding: 35px;
}

.contact-map .contact-content span {
    font-size: 25px;
    display: block;
    text-align: center;
}

.contact-map .contact-content ul {
    margin-top: 40px;
}

.contact-map .contact-content li {
    font-size: 16px;
    line-height: 35px;
}

/*合作共赢*/

/*合作方式*/
.soulution {
    background: #ececec;
    padding: 75px 0;
}

.cooperation .soulution-brief span {
    font-size: 46px;
    color: rgb(21, 70, 194);
}

.cooperation .soulution-brief p {
    font-size: 28px;
    color: #666;
}

.soulution .soulution-title span {
    margin-top: 60px;
    display: block;
    font-size: 42px;
    font-family: AdFont;
    text-transform: uppercase;
}

.soulution .soulution-title p {
    font-size: 36px;
    color: rgb(21, 70, 194);
}

.soulution .soulution-content li {
    display: inline-block;
    width: 285px;
    background: #fff;
    text-align: center;
    padding-top: 25px;
    margin: 50px 0 0 20px;
}

.soulution .soulution-content li:first-child {
    margin-left: 0;
}

.soulution .soulution-content li i {
    font-size: 87px;
    font-family: telfont;
    display: block;
    line-height: 1;
}

.soulution .soulution-content li span {
    font-size: 20px;
}

.soulution .soulution-content li img {
    display: block;
    width: 100%;
    height: 285px;
    margin-top: 25px;
}

/*品牌优势*/
.cooperation-title {
    color: #666;
    padding: 65px 0 75px;
}

.cooperation-title span {
    font-size: 22px;
    text-transform: uppercase;
}

.cooperation-title p {
    font-size: 28px;
}

.cooperation .branded {
    background: #f7f7f7;
    padding-bottom: 105px;
}

.cooperation .branded .ad-nav {
    width: 590px;
    height:543px;
    background: url("../images/brand.png") no-repeat center;
    background-size:90%;
    display: inline-block;
    vertical-align:middle;
    position:relative;
}
.cooperation .branded .adNav-item{
    width: 90px;
    height: 90px;
    display: table;
    font-size: 14px;
    background: #FFF;
    color: #333;
    cursor: pointer;
    position:absolute;
    border-radius:50%;
    text-align:center;
    line-height:90px;
}
.cooperation .branded .adNav-item span{
    display: inline-block;
    vertical-align:middle;
    line-height:1.5;
    width:40px;
}
.cooperation .branded .ad-nav li.adn1 {
    top: 0;
    right: 140px;
}
.cooperation .branded .ad-nav li.adn2 {
    top: 95px;
    right: 25px;
}
.cooperation .branded .ad-nav li.adn2 span{
    width:50px;
}
.cooperation .branded .ad-nav li.adn3 {
    top: 215px;
    right: -15px;
}
.cooperation .branded .ad-nav li.adn4 {
    top: 340px;
    right: 15px;
}
.cooperation .branded .ad-nav li.adn5 {
    top: 430px;
    right: 105px;
}
.cooperation .branded .ad-nav li.active{
    background: rgb(21, 70, 194);
    color:#fff;
}
.cooperation .branded .branded-brief{
    width:400px;
    height:400px;
    text-align:center;
    line-height:400px;
    margin:90px 0 0 25px;
    padding:0 30px;
    box-sizing:border-box;
}
.cooperation .branded .branded-brief-info{
    display: inline-block;
    vertical-align:middle;
    width:100%;
    color:#fff;
    line-height:1.5;
}
.cooperation .branded .branded-brief-info span{
    font-size:22px;
    margin-bottom:20px;
    display: block;
}

.cooperation .branded .ad-text{
    width: 545px;
    height: 390px;
    display: inline-block;
    margin-left: 60px;
    vertical-align:middle;
}

.cooperation .branded .ad-text ul {
    width:100%;
    height:100%;
    display: none;
    vertical-align: middle;
    background: url("../images/cooperation/ad_bg.png") no-repeat;
    padding: 20px 35px 0 55px;
}
.cooperation .branded .ad-text ul.active{
    display:block;
}

.cooperation .branded .ad-text li span {
    font-size: 16px;
    color: rgb(21, 70, 194);
    line-height: 26px;
}

.cooperation .branded .ad-text li P {
    line-height: 26px;
    margin: 10px 0 25px;
}

/*行业*/
.cooperation .industry {
    background: #ececec;
    padding-bottom: 35px;
}

.cooperation .industry .industry-brief {
    font-size: 24px;
    line-height: 65px;
    display: block;
    color: rgb(21, 70, 194);
}

.cooperation .industry .ad-content ul {
    display: inline-block;
    vertical-align: middle;
    width: 645px;
}

.cooperation .industry .ad-content li {
    width: 100%;
    height: 85px;
    background: #fff;
    padding: 15px 20px;
}

.cooperation .industry .ad-content li:nth-child(2n+2) {
    background: #f7f7f7;
}

.cooperation .industry .ad-content li span {
    font-size: 16px;
    font-weight: bold;
    font-family: AdFont;
}

.cooperation .industry .ad-content li p {
    line-height: 40px;
}

.cooperation .industry .ad-content img {
    margin-left: 23px;
}

/*合作要求*/
.required {
    background: #ececec;
}

.required-content li {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
    height: 315px;
    position: relative;
}

.required-content li .required-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgb(21, 70, 194);
    z-index: 9;
    color: #fff;
    opacity: 0;
    transition: all .5s ease-out;
}

.required-content li .required-text i {
    background: #ececec;
    position: absolute;
    left: 50%;
    margin-left: -47px;
    bottom: -47px;
}

.required-content li .required-text p {
    line-height: 28px;
    display: inline-block;
    width: 76%;
    padding: 90px 0 70px;
}

.required-content li:nth-child(2n+2) {
    background: #f7f7f7;
}

.required-content li i {
    display: inline-block;
    width: 95px;
    height: 95px;
    background: rgb(21, 70, 194);
    border-radius: 50%;
    line-height: 95px;
}

.required-content li i img {
    height: 50px;
}

.required-content li span {
    display: block;
    font-size: 19px;
    margin-top: 25px;
}

.required-content li:hover .required-text {
    opacity: 1;
    height: 100%;
}

/*合作流程*/
.cooperation .process {
    background: url("../images/cooperation/process.png") center;
    padding-bottom: 130px;
}

.cooperation .process .cooperation-title {
    color: #fff;
}

.cooperation .process-content li {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.cooperation .process-content li i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    transition: .5s ease-out;
    border-radius: 50%;
    display: block;
    background: #FFF;
    margin-bottom: 20px;
}

.cooperation .process-content li .process-img {
    height: 50px;
}

.cooperation .process-content li .process-hover {
    opacity: 0;
}

.cooperation .process-content li:hover i {
    background: rgb(21, 70, 194);
}

.cooperation .process-content li:hover .process-hover {
    opacity: 1;
    width: 50px;
}

.cooperation .process-content li:hover .process-img {
    opacity: 0;
    display: none;
}

/*申请*/
.cooperation .apply {
    padding: 65px 0 90px;
}

.cooperation .apply .form {
    width: 730px;
    padding: 45px 25px;
    background: #dcdcdc;
}

.cooperation .apply .form li {
    width: 49%;
    margin: 9px 0;
    display: inline-block;
    text-align: center;
}

.cooperation .apply .form li input,
.cooperation .apply .form li a {
    width: 95%;
    border-radius: 50px;
    border: none;
    line-height: 45px;
    height: 45px;
    padding: 0 8%;
}

.cooperation .apply .form li.btn-box {
    text-align: left;
}

.cooperation .apply .form li a {
    display: inline-block;
    width: 210px;
    background: rgb(21, 70, 194);
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-left: 2.5%;
}

.cooperation .apply img {
    width: 470px;
    height: 280px;
}

/*服务中心*/
.service {
    padding: 100px 0 200px;
}

.service li {
    width: 590px;
    display: inline-block;
    height: 225px;
    margin-top: 15px;
}

.service li.service-list2,
.service li.service-list4,
.service li.service-list6 {
    margin-left: 20px;
}

.service li .float-l {
    width: 215px;
    height: 100%;
    padding-top: 65px;
    background: #d1d1d1;
}

.service li .float-l i {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #666;
    border-radius: 50%;
    line-height: 60px;
}

.service li .float-l p {
    color: #666;
    font-size: 18px;
    line-height: 50px;
}

.service li .float-r {
    width: 375px;
    height: 100%;
}

.service li:hover .float-l {
    background: #eee;
    transition: ease-in-out all .5s;
}

.service li:hover .float-l i {
    background: rgb(21, 70, 194);
    transition: ease-in-out all .5s;
}

.service li:hover .float-l p {
    color: rgb(21, 70, 194);
    transition: ease-in-out all .5s;
}

/*服务攻略*/
.strategy {
    padding-top: 70px;
}

.strategy .strategy-title {
    font-size: 24px;
    display: block;
    margin-bottom: 35px;
    color: #666;
}

.strategy li {
    padding: 50px 0;
}

.strategy .strategy-content img {
    display: inline-block;
    vertical-align: top;
    margin-left: 180px;
    border-radius: 20px;
    width: 475px;
}

.strategy .strategy-content .strategy-text {
    display: inline-block;
    width: 540px;
    vertical-align: top;
}

.strategy .strategy-content .strategy-text p {
    color: #666;
    margin-bottom: 10px;
}

.strategy .strategy-content .strategy-text span {
    display: inline-block;
    width: 120px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    margin-right: 20px;
    color: #333;
    vertical-align:top;
}
.strategy .strategy-content .strategy-text i{
    display: inline-block;
    width:390px;
    vertical-align:top;
    line-height: 30px;
}

.strategy li .bottom {
    font-size: 12px;
    line-height: 25px;
    color: #666;
    text-align: justify;
}

.strategy li.strategy-list3 .strategy-text span {
    width: 125px;
}

.strategy li.strategy-list4 .strategy-content {
    display: inline-block;
}

.strategy li.strategy-list4 .strategy-text {
    display: none;
}

.strategy li.strategy-list4 .bottom {
    width: 540px;
    float: left;
}

.strategy li.strategy-list2,
.strategy li.strategy-list4 {
    background: #ececec;
}

/*建筑园林设计*/
.gardens .gardens-brief span{
    display: block;
    font-size:38px;
    color:#666;
    margin:80px 0 10px;
}
.gardens .gardens-brief p{
    font-size:26px;
    color:#666;
}
.gardens li{
    padding:110px 0 95px;
    line-height:570px;
}
.gardens li .gardens-info{
    display: inline-block;
    vertical-align:middle;
    line-height:1.5;
    margin-top:50px;
}
.gardens li:nth-child(2n+2){
    background: #ececec;
}
.gardens li:nth-child(2n+2) .gardens-info{
    float:right;
}
.gardens li:nth-child(2n+2) img{
    float:left;
}

.gardens li .gardens-info span{
    display: block;
    width:253px;
    font-size:34px;
}
.gardens li .gardens-info p{
    font-size:16px;
    line-height:30px;
    width:420px;
    margin-top:30px;
}
.gardens li img{
    width:610px;
    height:365px;
}
.gardens .gardens-pic img{
    margin-bottom:120px;
    width:590px;
}
.gardens .gardens-pic img:nth-child(2n+2){
    margin-left:18px;
}

/*4s服务*/
.fours .fours-brief span{
    display: inline-block;
    font-size:30px;
    font-weight:bold;
    position:relative;
    padding:0 25px;
    color:#666;
    margin-top:80px;
}
.fours .fours-brief span:before{
    content: "";
    position:absolute;
    left:-180px;
    top:23px;
    width:178px;
    height:3px;
    background:#666;
}
.fours .fours-brief span:after{
    content: "";
    position:absolute;
    right:-180px;
    top:23px;
    width:178px;
    height:3px;
    background:#666;
}
.fours ul{
    padding:110px 0;
}
.fours li img{
    padding:0;
    height:355px;
}
.fours li .fours-info{
    line-height:350px;
    padding:0 80px;
    box-sizing: border-box;
}
.fours li:nth-child(2n+2) img{
    float:right;
}
.fours li:nth-child(2n+2) .fours-info{
    float:left;
}
.fours li .fours-info .info-content{
    display: inline-block;
    vertical-align: middle;
    line-height:1.5;
}
.fours li .fours-info span{
    font-size:18px;
    line-height:30px;
    font-weight:bold;
}
.fours li .fours-info p{
    font-size:15px;
    line-height: 30px;
    color:#666;
    margin-top:65px;
}

/*常见问题*/
.question li{
    height: auto;
    overflow: hidden;
    padding: 50px 0 54px;
}
.question li:nth-child(2n+2) {
    background-color: #f5f5f5;
}
.question li .question-title{
    height: 42px;
    line-height: 42px;
    margin-bottom: 2px;
    cursor: pointer;
}
.question li .question-title i {
    float: left;
    width: 42px;
    height: 42px;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #858585;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    border-radius: 42px;
}
.question li:nth-child(2n+2) .question-title i{
    background: rgb(21, 70, 194);
}
.question li .question-title span{
    margin: 0 46px 0 75px;
    color: #333;
    font-size: 24px;
    height: 42px;
    overflow: hidden;
}
.question li p{
    color: #666;
    font-size: 15px;
    line-height: 32px;
    height: auto;
    overflow: hidden;
    display: none;
    margin: 0 46px 0 118px;
}
.question li.active .question-title span{
    color:rgb(21, 70, 194);
}
.question li.active p{
    display: block;
}

/*售后*/
.sale .sale-top{
    padding:55px 0 60px;
}
.sale .sale-top span,
.sale .sale-bottom-name{
    font-size:30px;
    line-height:40px;
    display: block;
    color:#666;
}
.sale .sale-top .top-content{
    margin-top:25px;
}
.sale .sale-top p{
    width:670px;
    font-size:14px;
    line-height:30px;
    color:#999;
}
.sale .sale-top img{
    width:485px;
    height:380px;
}
.sale .sale-bottom{
    padding-top:55px;
    background: #ececec;
}
.sale .sale-bottom-name{
    text-align: center;
}
.sale .sale-bottom-content{
    font-size:14px;
    line-height:30px;
    color:#666;
    text-align:center;
    margin-top:30px;
}
.sale .requirement{
    width:800px;
    margin:40px auto;
}
.sale .requirement p{
    display:inline-block;
    width:390px;
    margin-bottom:30px;
}
.sale .requirement p i{
    display: inline-block;
    width:100px;
    height:38px;
    line-height:38px;
    text-align:center;
    background: #858585;
    color:#fff;
    border-radius:19px;
    padding-left:10px;
    margin-right:10px;
}
.sale .requirement p span{
    display: inline-block;
    line-height:38px;
    width:275px;
}

/*室内设计*/

.indoor .indoor-title{
    text-align:center;
    font-size:32px;
    line-height:1;
    padding-top:80px;
}
.indoor .indoor-title span{
    font-weight:bold;
    color:rgb(21, 70, 194);
    margin-right:10px;
}
.indoor .indoor-title p{
    font-size:20px;
    line-height:30px;
    margin-top:20px;
}
.indoor .indoor-home .home-content{
    padding:50px 0 100px;
}
.indoor .indoor-home li{
    width:295px;
    display: inline-block;
    vertical-align:top;
    margin-left:6px;
}
.indoor .indoor-home li:first-child{
    margin-left:0;
}
.indoor .indoor-home li img{
    display: block;
    width:100%;
    height:263px;
}
.indoor .indoor-home li .home-info{
    width:100%;
    height:87px;
    background: rgb(21, 70, 194);
    color:#fff;
    text-align:center;
    line-height:87px;
}
.indoor .indoor-home .info-text{
    display: inline-block;
    vertical-align:middle;
    line-height:1;
}
.indoor .indoor-home .home-info span{
    font-size:22px;
    font-weight:bold;
    line-height:32px;
}
.indoor .indoor-home .home-info p{
    font-size:12px;
    line-height:20px;
}

.indoor-case,
.indoor-house{
    background: #ececec;
    padding-bottom:80px;
}
.indoor-case .indoor-title img{
    display: block;
    margin:40px auto;
}
.indoor-case .case-content{
    background: #fff;
}
.indoor-case .case-content li,
.indoor-house .house-content li{
    display: inline-block;
    vertical-align:top;
    width:25%;
    position:relative;
}
.indoor-case .case-content li img{
    display: block;
    width:100%;
    height:274px;
}
.indoor-case .case-content li:after,
.indoor-house .house-content li:after{
    content:attr(name);
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    font-size:16px;
    line-height:43px;
    text-align:center;
    background:rgba(0,0,0,.4);
    color:#fff;
}
.indoor-case .case-bottom{
    display: block;
    margin:25px auto;
}
.indoor-seiko{
    padding-bottom:110px;
}
.indoor-seiko .indoor-title{
    text-align:left;
}
.indoor-seiko .indoor-title p{
    font-size:34px;
    color:rgb(21, 70, 194);
}
.indoor-seiko .seiko-content>img{
    width:540px;
    height:348px;
}
.indoor-seiko .seiko-content ul{
    width:590px;
    display: inline-block;
    margin-top:30px;
}
.indoor-seiko .seiko-content li{
    width:130px;
    height:140px;
    float:left;
    display: block;
    line-height:170px;
    text-align:center;
    margin:10px 15px 0 0;
}
.indoor-seiko .seiko-content li span{
    display: inline-block;
    width:70px;
    line-height:1.5;
    vertical-align:middle;
}

.indoor-house .house-brief{
    width:430px;
    font-size:16px;
    text-align:center;
    line-height:30px;
    margin:20px auto;
}

.indoor-house .house-content li{
    width:20%;
    padding:1px;
}
.indoor-house .house-content li img{
    display: block;
    width:100%;
    height:266px;
}
.indoor-house .house-content li:nth-child(5n+1){
    margin-left:0;
}

/*产品中心*/
.product-nav {
    width: 100%;
    height: 110px;
    background: #157BC2;
    color: #fff;
}

.product-nav .container {
    height: 100%;
}

.product-nav .navs-title {
    display: inline-block;
    width: 130px;
    text-align: center;
    height: 100%;
    vertical-align: top;
}

.product-nav .navs-title span {
    display: block;
    font-size: 22px;
    line-height: 58px;
    text-transform: uppercase;
}

.product-nav .navs-title p {
    font-size: 30px;
    line-height: 1;
}

.product-nav ul {
    display: inline-block;
    width: 940px;
    height: 100%;
    vertical-align: top;
    float: right;
}

.product-nav ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 100%;
    padding-top: 20px;
}

.product-nav ul li a {
    color: #fff;
}

.product-nav ul li span {
    text-transform: capitalize;
    line-height: 30px;
    display: block;
}

.product-nav ul li p {
    font-size: 18px;
    border-right: 1px solid #fff;
    line-height: 1;
}

.product-nav ul li#hot:before,
.product-nav ul li:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 45px;
    margin-left: -23px;
    background: #fff;
    height: 2px;
}

.product-nav ul li:last-child p {
    border: 0
}

.product {
    background: #ececec;
}

.product .float-l {
    width: 235px;
    height: 840px;
    background: url("../images/pro_sub_nav.png") no-repeat;
    padding-top: 215px;
    box-shadow: 0 0 10px #ccc;
}

.product .float-l li a {
    position: relative;
    display: block;
    width: 220px;
    margin: 15px auto;
    line-height: 45px;
    font-size: 16px;
    padding-left: 42px;
    border-radius: 23px;
}

.product .float-l li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(21, 70, 194);
    position: absolute;
    top: 50%;
    left: 28px;
    margin-top: -2px;
}

.product .float-l li.content a,
.product .float-l li:hover a {
    background: rgb(21, 70, 194);
    color: #fff;

}

.product .float-l li.content a:before,
.product .float-l li:hover a:before {
    background: #fff;
}

.product .float-r {
    width: 955px;
}

.product .float-r li {
    display: inline-block;
    max-width: 310px;
    width: 32.5%;
    height: 215px;
    vertical-align: top;
    margin: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
}

.product .float-r li:nth-child(10){
    margin: 0 0 8px 0;
}

.product .float-r li .bd-img-box {
    overflow: hidden;
    height: 290px;
}

.product .float-r li .bd-img-box img {
    width: 100%;
    display: block;
    min-height: 215px;
}

.product .float-r li .product-text {
    height: 120px;
    background: #fff;
    padding: 15px;
}

.product .float-r li .product-text i {
    display: inline-block;
    width: 78px;
    height: 100%;
    font-size: 42px;
    line-height: 80px;
    font-family: AdFont;
    position: relative;
    color: rgb(21, 70, 194);
    vertical-align: top;
}

.product .float-r li .product-text i:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 47px;
    width: 80px;
    height: 1px;
    background: #999;
    transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(125deg);
}

.product .float-r li .product-brief {
    display: inline-block;
    width: 178px;
    margin: 10px 0 0 10px;
    vertical-align: top;
}

.product .float-r li .product-text span {
    display: block;
    color: #333;
    width: 100%;
}

.product .float-r li .product-text p {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    height:35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
}

.product .float-r li .proFixed {
    position: absolute;
    left: 0;
    top: 0;
    height: 285px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    opacity: 0;
}

.product .float-r li .proFixed img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 30px;
}

.product .float-r li .proFixed span {
    font-size: 15px;
    display: block;
    margin: 20px 0 40px;
}

.product .float-r li .proFixed p {
    display: inline-block;
    font-size: 12px;
    width: 95px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.product .float-r li:hover .bd-img-box {
    height: 100% !important;
}

.product .float-r li:hover .propic {
    transform: scale(1.6);
}

.product .float-r li:hover .product-text {
    display: none;
}

.product .float-r li:hover .proFixed {
    opacity: 1;
}

.product .float-r li.product-list1,
.product .float-r li.product-list4,
.product .float-r li.product-list7 {
    margin-left: 0;
}

/*产品中心内页*/
.showproduct {
    background: #fff;
}

.product .showproduct-title {
    display: block;
    font-size: 26px;
    line-height: 50px;
    margin-top: 50px;
}

.product .showproduct-content img {
    display: block;
    margin: 40px auto;
    height: auto !important;
}

/*产品详情*/
.showproduct-top{
    padding:40px 0 50px;
}
.showproduct-top .top-title span{
    font-size:32px;
    color:rgb(21, 70, 194);
}
.showproduct-top .top-title p{
    font-size:16px;
    line-height:30px;
    margin:20px auto;
    width:760px;
}
.showproduct-top .first-contnet img{
    display: inline-block;
    height:368px;
}
.showproduct-top .top-content table{
    float:right;
    width:585px;
    font-size:16px;
}
.showproduct-top table tr,
.showproduct-top table td{
    height:50px;
}
.showproduct-top table tr.table-bottom,
.showproduct-top table tr.table-bottom td{
    height:117px;
}
.showproduct-top table td{
    padding-left:25px;
}
.showproduct-top table tr .text-c{
    font-size:18px;
    color:rgb(21, 70, 194);
}
.showproduct-top .top-content table .table-name{
    text-align:center;
    padding:0;
}
.showproduct-top table tr.table-bottom p{
    line-height:30px;
}

.showproduct-title i{
    display: inline-block;
    height:80px;
    overflow:hidden;
    vertical-align:text-bottom;
}
.showproduct-title em{
    color:rgb(21, 70, 194);
    font-size:88px;
    font-family: showproduct;
}
.showproduct-title span{
    font-size:34px;
    color:rgb(21, 70, 194);
    display: inline-block;
    vertical-align:baseline;
}

.showproduct-first{
    padding:60px 0;
    background: #f7f7f7;
}
.showproduct-first .first-text{
    width:506px;
    font-size:16px;
    line-height:30px;
    text-indent: 2em;
    text-align:justify;
    margin-top:45px;
}
.showproduct-second{
    padding:50px 0;
}
.showproduct-second img{
    display: block;
    margin:0 auto;
}
.showproduct-second .second-brief{
    font-size:18px;
    color:rgb(21, 70, 194);
    font-weight:bold;
    text-align: center;
    margin-top:30px;
}
.showproduct-second .second-content,
.showproduct-three .three-content{
    font-size:16px;
    line-height:30px;
    width:710px;
    margin:10px auto;
    text-align:center;
}

.showproduct-three{
    padding:60px 0 125px;
    background: #f7f7f7;
}
.showproduct-three .showproduct-title p,
.showproduct-four .showproduct-title p{
    font-size:26px;
    font-weight:lighter;
    margin-top:25px;
}
.showproduct-three .three-brief,
.showproduct-four .four-brief{
    font-size:26px;
    color:rgb(21, 70, 194);
    font-weight:bold;
    line-height:28px;
}
.showproduct-three .three-content{
    font-weight:lighter;
}
.showproduct-three img{
    display: block;
    margin:20px auto 0;
}
.showproduct-four{
    padding:70px 0 70px;
}
.showproduct-four .four-content-top{
    position:relative;
}
.showproduct-four .four-content-top img{
    width:100%;
    display: block;
}
.showproduct-four .four-fxied{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.4);
}
.showproduct-four .four-fxied img{
    width:190px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.showproduct-four .four-content{
    margin-top:70px;
}
.showproduct-four .four-content ul{
    margin-right:-12px;
    margin-top:20px;
}
.showproduct-four .four-content li{
    display: inline-block;
    position:relative;
    margin-right:10px;
}
.showproduct-four .four-content li .four-fxied img{
    width:150px;
}

.showproduct-fifty{
    background: #f7f7f7;
    padding:140px 0;
}
.showproduct-fifty .fifty-top .float-l{
    width:484px;
    text-align:justify;
}
.showproduct-fifty .fifty-top .fifty-brief{
    font-size:18px;
    line-height:30px;
    color:rgb(21, 70, 194);
    font-weight:bold;
    margin-top:45px;
}
.showproduct-fifty .fifty-top .fifty-text{
    font-size:16px;
    line-height:30px;
    margin-top:20px;
}
.showproduct-fifty .fifty-content{
    margin-right:-21px;
}
.showproduct-fifty .fifty-content li{
    width:588px;
    display: inline-block;
    margin-right:20px;
    margin-top:25px;
}